Skip to content

Tuple22Ops<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>

extensionTuple22Ops<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22>onRecord

Properties

head extension no setter

T1gethead

Available on Record, provided by the Tuple22Ops<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extension

Implementation
dart
T1 get head => $1;

init extension no setter

Recordgetinit

Available on Record, provided by the Tuple22Ops<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extension

Implementation
dart
(T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21)
get init => (
  $1,
  $2,
  $3,
  $4,
  $5,
  $6,
  $7,
  $8,
  $9,
  $10,
  $11,
  $12,
  $13,
  $14,
  $15,
  $16,
  $17,
  $18,
  $19,
  $20,
  $21,
);

last extension no setter

T22getlast

Available on Record, provided by the Tuple22Ops<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extension

Implementation
dart
T22 get last => $22;

tail extension no setter

Recordgettail

Available on Record, provided by the Tuple22Ops<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extension

Implementation
dart
(T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22)
get tail => (
  $2,
  $3,
  $4,
  $5,
  $6,
  $7,
  $8,
  $9,
  $10,
  $11,
  $12,
  $13,
  $14,
  $15,
  $16,
  $17,
  $18,
  $19,
  $20,
  $21,
  $22,
);

Methods

call() extension

T23call<T23>(T23Function(T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19,T20,T21,T22,)f,);

Available on Record, provided by the Tuple22Ops<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extension

Implementation
dart
T23 call<T23>(
  Function22<
    T1,
    T2,
    T3,
    T4,
    T5,
    T6,
    T7,
    T8,
    T9,
    T10,
    T11,
    T12,
    T13,
    T14,
    T15,
    T16,
    T17,
    T18,
    T19,
    T20,
    T21,
    T22,
    T23
  >
  f,
) => f(
  $1,
  $2,
  $3,
  $4,
  $5,
  $6,
  $7,
  $8,
  $9,
  $10,
  $11,
  $12,
  $13,
  $14,
  $15,
  $16,
  $17,
  $18,
  $19,
  $20,
  $21,
  $22,
);

copy() extension

Recordcopy({T1?$1,T2?$2,T3?$3,T4?$4,T5?$5,T6?$6,T7?$7,T8?$8,T9?$9,T10?$10,T11?$11,T12?$12,T13?$13,T14?$14,T15?$15,T16?$16,T17?$17,T18?$18,T19?$19,T20?$20,T21?$21,T22?$22,});

Available on Record, provided by the Tuple22Ops<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22> extension

Implementation
dart
(
  T1,
  T2,
  T3,
  T4,
  T5,
  T6,
  T7,
  T8,
  T9,
  T10,
  T11,
  T12,
  T13,
  T14,
  T15,
  T16,
  T17,
  T18,
  T19,
  T20,
  T21,
  T22,
)
copy({
  T1? $1,
  T2? $2,
  T3? $3,
  T4? $4,
  T5? $5,
  T6? $6,
  T7? $7,
  T8? $8,
  T9? $9,
  T10? $10,
  T11? $11,
  T12? $12,
  T13? $13,
  T14? $14,
  T15? $15,
  T16? $16,
  T17? $17,
  T18? $18,
  T19? $19,
  T20? $20,
  T21? $21,
  T22? $22,
}) => (
  $1 ?? this.$1,
  $2 ?? this.$2,
  $3 ?? this.$3,
  $4 ?? this.$4,
  $5 ?? this.$5,
  $6 ?? this.$6,
  $7 ?? this.$7,
  $8 ?? this.$8,
  $9 ?? this.$9,
  $10 ?? this.$10,
  $11 ?? this.$11,
  $12 ?? this.$12,
  $13 ?? this.$13,
  $14 ?? this.$14,
  $15 ?? this.$15,
  $16 ?? this.$16,
  $17 ?? this.$17,
  $18 ?? this.$18,
  $19 ?? this.$19,
  $20 ?? this.$20,
  $21 ?? this.$21,
  $22 ?? this.$22,
);