@override Object toJson() { return { 'fieldPath': fieldPath, 'type': type.toJson(), if (createTime != null) 'createTime': createTime!.toJson(), }; }