RequestBody constructor
RequestBody({
- required String command,
- dynamic parameter,
Implementation
RequestBody({required this.command, this.parameter});
RequestBody({required this.command, this.parameter});