readonlyList method

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

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

Implementation

@override
Uint64List readonlyList(Uint64List list) => UnmodifiableUint64ListView(list);