getType static method

Type getType(
  1. int typeId
)

Implementation

static Type getType(int typeId) =>
    _repositoryId[typeId] ??
    (throw ArgumentError('No Type information found for typeId $typeId'));