menu
json_annotation package
documentation
json_annotation
JsonLiteral
JsonLiteral const constructor
JsonLiteral
brightness_4
JsonLiteral
constructor
Null safety
const
JsonLiteral
(
String
path
,
{
bool
asConst
=
false
}
)
Creates a new
JsonLiteral
instance.
Implementation
const JsonLiteral(this.path, {this.asConst = false});
json_annotation package
documentation
json_annotation
JsonLiteral
JsonLiteral const constructor
JsonLiteral class
Constructors
JsonLiteral
Properties
asConst
hashCode
path
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==