idOf method

  1. @override
int idOf(
  1. T value
)
override

Implementation

@override
int idOf(T value) => _palette[value]!;