MapPropertyStream constructor
MapPropertyStream({})
Implementation
MapPropertyStream({
required super.future,
required super.parserController,
required String propertyPath,
}) : _propertyPath = propertyPath;
MapPropertyStream({
required super.future,
required super.parserController,
required String propertyPath,
}) : _propertyPath = propertyPath;