menu
routed package
documentation
routed.dart
ProvidesDefaultConfig
schemas property
schemas property
dark_mode
light_mode
schemas
property
Map
<
String
,
Schema
>
get
schemas
The JSON Schemas for this configuration.
Implementation
Map<String, Schema> get schemas => defaultConfig.schemas;
routed package
documentation
routed
ProvidesDefaultConfig
schemas property
ProvidesDefaultConfig mixin