FieldValueUserValue.fromJson constructor
FieldValueUserValue.fromJson(
- Map json_
Implementation
FieldValueUserValue.fromJson(core.Map json_)
: this(email: json_['email'] as core.String?);
FieldValueUserValue.fromJson(core.Map json_)
: this(email: json_['email'] as core.String?);