serialize method
- @mustCallSuper
 
@mustCallSuper
    Serializes this command to parameter name/value pairs.
Implementation
@mustCallSuper
Map<String, String> serialize() => <String, String>{
  'command': kind,
  'timeout': '${timeout.inMilliseconds}',
};