elementAtOrNull method

Uint8? elementAtOrNull(
  1. int index
)

Implementation

Uint8? elementAtOrNull(int index) => pieces.elementAtOrNull(index) as Uint8?;