Map<String, dynamic> toMap() { Map<String, dynamic> map = {}; if (_output != null) { map['output'] = _output; } return map; }