getNull method

T? getNull(
  1. int index
)

Implementation

T? getNull(int index) {
  return _map[index]!;
}