Int64List.from constructor

Int64List.from(
  1. Int64List inner
)

Construct a list from normal Int64List

Implementation

Int64List.from(this.inner);