length property

int length

Implementation

int get length {
  return DartApi.native.morpheusPublicKind
      .lenGet(_ffi)
      .extract((res) => res.asUint64());
}