customParams property
Takes JSON with parameters that are not presented in the DocumentReader.
Unmodifiable property. Use setter instead of .remove()
, .addAll()
, etc.
Implementation
Map<String, dynamic>? get customParams => _customParams;
Takes JSON with parameters that are not presented in the DocumentReader.
Unmodifiable property. Use setter instead of .remove()
, .addAll()
, etc.
Map<String, dynamic>? get customParams => _customParams;