getId static method

int getId(
  1. Type type
)

Implementation

static int getId(Type type) =>
    _repositoryType[type] ??
    (throw ArgumentError('No Type information found for type $type'));