readonlyList method

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

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

Implementation

@override
Uint32List readonlyList(Uint32List list) => UnmodifiableUint32ListView(list);