name

String get name

Route name

Implementation

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