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