SendSystemDmRequest.fromJson constructor

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

Implementation

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