MailboxRegisterDto.fromJson constructor

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

Implementation

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