getFieldsByPosition method
Returns an immutable Map containing the values for each field in the Subscription.
The 1-based field position within the field schema or field list is used as key for the values in the map.
Returns An immutable Map containing the values for each field in the Subscription.
Implementation
Map<int,String?> getFieldsByPosition() {
return {..._fieldsByPosition};
}