getFields method
Returns an immutable Map containing the values for each field in the Subscription.
The related field name is used as key for the values in the map.
Throws IllegalStateException if the Subscription was initialized using a field schema.
Returns An immutable Map containing the values for each field in the Subscription.
Implementation
Map<String,String?> getFields() {
return {..._fields};
}