MessageSessionIdDto.fromJson constructor

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

Implementation

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