ApplicationPublicResponseBot.fromJson constructor

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

Implementation

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