fromJson static method

MangaMeta fromJson(
  1. Map<String, dynamic> jsonMap
)

Implementation

static MangaMeta fromJson(Map<String, dynamic> jsonMap) {
  return serializers.deserializeWith(MangaMeta.serializer, jsonMap)!;
}