static bool isField(Type runtimeType) => _fieldTypes.contains(runtimeType) || _customFieldTypes.contains(runtimeType);