customParams property
Takes JSON with parameters that are not presented in the DocumentReader.
Implementation
Map<String, dynamic>? get customParams => _customParams;
Takes JSON with parameters that are not presented in the DocumentReader.
Map<String, dynamic>? get customParams => _customParams;