SendSystemDmResponse.fromJson constructor

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

Implementation

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