getFieldType method

CKFieldType getFieldType(
  1. Type thisType
)

Get the CKFieldType of this custom field type.

Implementation

CKFieldType getFieldType(Type thisType) => CKFieldType(thisType.toString(), CKFieldType.fromLocalType(T).record, type: thisType);