BanProfileSubstringRequest.fromJson constructor

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

Implementation

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