menu
json_dynamic_widget_annotation package
documentation
json_dynamic_widget_annotation.dart
JsonLiteral
JsonLiteral const constructor
JsonLiteral const constructor
dark_mode
light_mode
JsonLiteral
constructor
const
JsonLiteral
(
String
path
, {
bool
asConst
=
false
,
})
Creates a new
JsonLiteral
instance.
Implementation
const JsonLiteral(this.path, {this.asConst = false});
json_dynamic_widget_annotation package
documentation
json_dynamic_widget_annotation
JsonLiteral
JsonLiteral const constructor
JsonLiteral class