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