ApplicationsMeResponseBot.fromJson constructor

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

Implementation

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