key

String get key

Route key

Implementation

String get key => switch (_['key']) {
  final JSString s => s.toDart,
  _ => '',
};