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