BotProfileResponse.fromJson constructor

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

Implementation

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