add<Z> method

(A, B, C, D, E, F, G, Z) add<Z>(
  1. Z other
)

Implementation

@pragma("vm:prefer-inline")
(A, B, C, D, E, F, G, Z) add<Z>(Z other) =>
    (this.$1, this.$2, this.$3, this.$4, this.$5, this.$6, this.$7, other);