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