ListConvosOutput.fromJson constructor

ListConvosOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory ListConvosOutput.fromJson(Map<String, Object?> json) =>
    _$ListConvosOutputFromJson(json);