BotAccessSettings.fromJson constructor
Creates a new BotAccessSettings object from a JSON Map.
Implementation
factory BotAccessSettings.fromJson(Map<String, dynamic> json) =>
_$BotAccessSettingsFromJson(json);
Creates a new BotAccessSettings object from a JSON Map.
factory BotAccessSettings.fromJson(Map<String, dynamic> json) =>
_$BotAccessSettingsFromJson(json);