Map<String, dynamic> toJson() { return { 'value': value ?? '', 'type': type ?? '', 'tag': tag ?? '', }; }