menu
dwds package
documentation
data/extension_request.dart
ExtensionRequest
ExtensionRequest.new constructor
ExtensionRequest.new constructor
dark_mode
light_mode
ExtensionRequest
constructor
ExtensionRequest
(
{
required
int
id
,
required
String
command
,
String
?
commandParams
,
})
Implementation
ExtensionRequest({ required this.id, required this.command, this.commandParams, });
dwds package
documentation
data/extension_request
ExtensionRequest
ExtensionRequest.new constructor
ExtensionRequest class