Allows you to serialize object.
Map<String, dynamic> toJson() => { "type": type, "data": data?.toJson(), }.clearNulls();