ChattersResponse.fromJson constructor

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

Implementation

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