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