copyWith method
Implementation
GetCommands copyWith({
BotCommandScope? scope,
String? languageCode,
}) =>
GetCommands(
scope: scope ?? this.scope,
languageCode: languageCode ?? this.languageCode,
);
GetCommands copyWith({
BotCommandScope? scope,
String? languageCode,
}) =>
GetCommands(
scope: scope ?? this.scope,
languageCode: languageCode ?? this.languageCode,
);