CountMeta.fromJson constructor

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

Implementation

factory CountMeta.fromJson(Map<String, dynamic> json) =>
    _$CountMetaFromJson(json);