FieldReference.fromJson constructor
FieldReference.fromJson(
- Map json_
Implementation
FieldReference.fromJson(core.Map json_)
: this(
fieldPath: json_['fieldPath'] as core.String?,
);