value property

Map<String, dynamic> get value

Retrieves the value associated with the variant.

Implementation

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