Uint64List.from constructor

Uint64List.from(
  1. Uint64List inner
)

Construct a list from normal Int64List

Implementation

Uint64List.from(this.inner);