SlashCommand.fromJson constructor
SlashCommand.fromJson(
- Map json_
Implementation
SlashCommand.fromJson(core.Map json_)
: this(commandId: json_['commandId'] as core.String?);
SlashCommand.fromJson(core.Map json_)
: this(commandId: json_['commandId'] as core.String?);