RelationshipNote.fromJson constructor
RelationshipNote.fromJson(
- Map _json
Implementation
RelationshipNote.fromJson(core.Map _json)
: this(
type: _json.containsKey('type') ? _json['type'] as core.String : null,
);