fromJson static method

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

Implementation

static ThreadedMessageListParams fromJson(Map<String, dynamic> json) {
  return _$ThreadedMessageListParamsFromJson(json);
}