Map<String, dynamic> getRequestArgs() { var map = <String, dynamic>{}; map['instructionLeeway'] = instructionLeeway; return map; }