ApplicationBotResponse.fromJson constructor

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

Implementation

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