menu
mhu_dart_commons package
documentation
commons.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});
mhu_dart_commons package
documentation
commons
JsonLiteral
JsonLiteral const constructor
JsonLiteral class