Meta.fromJson constructor

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

Implementation

Meta.fromJson(Map<String, dynamic> json) {
  totalCharCount = json['total_char_count'];
}