allowedFieldTypes property

List<Type>? allowedFieldTypes
final

Optional dataset field definition types accepted by this custom column.

When omitted, any FdcFieldDef subtype is accepted. Specialized custom columns can use this to enforce strict schema binding without depending on package-internal binding APIs.

Implementation

final List<Type>? allowedFieldTypes;