values property

List<Object?> values

Get all the non typesafe values.

Trusts user that IntegrationExample and values is not null, use with caution.

Implementation

List<Object?> get values => this!._values!;