ContentId.fromJson constructor
ContentId.fromJson(
- String value
Implementation
factory ContentId.fromJson(String value) =>
_$ContentIdFromJson({'value': value});
factory ContentId.fromJson(String value) =>
_$ContentIdFromJson({'value': value});