CustomCommand constructor
const
CustomCommand({
- required String jsCode,
Create a new CustomCommand command object
Implementation
const CustomCommand({
required this.jsCode,
});
Create a new CustomCommand command object
const CustomCommand({
required this.jsCode,
});