WinterDeserializable.fromJson constructor

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

Implementation

factory WinterDeserializable.fromJson(Map<String, dynamic> json) {
  throw UnimplementedError('fromJson() is not implemented');
}