AeaCommand constructor

AeaCommand({
  1. required String command,
})

Implementation

AeaCommand({
  required this.command,
});