IntegrationExampleExtension extension
Properties
-
values
→ List<
Object?> -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Get all the non typesafe values.no setter
Methods
-
eightValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the eight value. -
fifthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the fifth value. -
firstValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the first value. -
fourthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the fourth value. -
ninthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the ninth value. -
secondValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the second value. -
seventhValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the seventh value. -
sixthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the sixth value. -
tenthValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the tenth value. -
thirdValue<
T> () → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Syntax sugar for grabbing the third value. -
value<
T> ([int index = 0]) → T -
Available on IntegrationExample?, provided by the IntegrationExampleExtension extension
Gets value atindex
of values.