ContentRepresentation.fromJson constructor

ContentRepresentation.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory ContentRepresentation.fromJson(Map<String, dynamic> json) {
	return _$ContentRepresentationFromJson(json);
}