fieldValues property

Map<String, dynamic>? fieldValues

Obtains the field values that are returned from the native platform.

For example, while using the AutoRecorderController API, the resulting step count data can be obtained from this field.

Implementation

Map<String, dynamic>? get fieldValues => _fieldValues;