idType method

Type idType([
  1. O? o
])

Implementation

Type idType([O? o]) => _idType ??= getFieldType(o, idFieldName(o))!.type;