readonlyList method

  1. @override
Uint16List readonlyList(
  1. Uint16List list
)

Internal method to make the typed-list read-only.

Implementation

@override
Uint16List readonlyList(Uint16List list) => UnmodifiableUint16ListView(list);