value property

Map<String, dynamic> get value

Returns the value of the variant.

Implementation

Map<String, dynamic> get value => result['value'];