IdRefTrait.fromJson constructor
IdRefTrait.fromJson(
- Object? json
Implementation
factory IdRefTrait.fromJson(Object? json) =>
_$IdRefTraitFromJson((json as Map).cast<String, Object?>());
factory IdRefTrait.fromJson(Object? json) =>
_$IdRefTraitFromJson((json as Map).cast<String, Object?>());