Map<String, dynamic> toJson() => <String, dynamic>{ 'uuid': {'id': uuid}, if (custom != null) 'custom': custom, if (status != null) 'status': status, if (type != null) 'type': type, };