menu
iapetus_meta
typing
StringValueType
StringValueType const constructor
StringValueType
brightness_4
StringValueType
constructor
Null safety
const
StringValueType
(
{
required
bool
optional
,
String
?
defaultValue
}
)
Implementation
const StringValueType({required super.optional, super.defaultValue});
iapetus_meta
typing
StringValueType
StringValueType const constructor
StringValueType class
Constructors
StringValueType
Properties
dartTypeReference
defaultValue
fromJsonFunctionReference
hashCode
mandatoryFromJsonFunctionReference
mandatoryToJsonFunctionReference
name
optional
optionalFromJsonFunctionReference
optionalToJsonFunctionReference
runtimeType
toJsonFunctionReference
Methods
asOptional
convertFromJson
convertToJson
mandatoryFromJson
mandatoryToJson
noSuchMethod
optionalFromJson
optionalToJson
toJson
toString
updateDartTypeReference
Operators
operator ==