menu
flutter_pipwave_ekyc package
documentation
index.dart
Tuple5<T1, T2, T3, T4, T5>
apply<R> method
apply<R> method
dark_mode
light_mode
apply<
R
>
method
R
apply
<
R
>(
Function5
<
T1
,
T2
,
T3
,
T4
,
T5
,
R
>
f
)
Implementation
R apply<R>(Function5<T1, T2, T3, T4, T5, R> f) => f(value1, value2, value3, value4, value5);
flutter_pipwave_ekyc package
documentation
index
Tuple5<T1, T2, T3, T4, T5>
apply<R> method
Tuple5 class
Constructors
new
fromMap
Properties
hashCode
head
init
last
runtimeType
tail
value1
value2
value3
value4
value5
Methods
append
apply
copyWith
noSuchMethod
toMap
toString
Operators
operator ==