fromJson static method
Creates a new object from the given json
data.
Use toJson
to serialize it back into json.
Implementation
static DeclarativeFormField_Value fromJson(Object? json) =>
$bb4e9af94b69347c125c27e03a648d24Extension._fromJson(json);