MessageListDto.fromJson constructor

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

Implementation

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