BanFileShaRequest.fromJson constructor

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

Implementation

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