ContentId.fromJson constructor

ContentId.fromJson(
  1. String value
)

Implementation

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