serialize method

  1. @mustCallSuper
Map<String, String> serialize ()
@mustCallSuper

Serializes this command to parameter name/value pairs.

Implementation

@mustCallSuper
Map<String, String> serialize() => <String, String>{
  'command': kind,
  'timeout': '${timeout.inMilliseconds}',
};