add<Z> method
(A, B, C, Z)
add<Z>(
- Z other
Implementation
@pragma("vm:prefer-inline")
(A, B, C, Z) add<Z>(Z other) => (this.$1, this.$2, this.$3, other);
@pragma("vm:prefer-inline")
(A, B, C, Z) add<Z>(Z other) => (this.$1, this.$2, this.$3, other);