typedPropsFactory method

  1. @override
_$$_Dummy2Props typedPropsFactory(
  1. Map? backingMap
)
inherited

Returns a typed props object backed by the specified propsMap.

Required to properly instantiate the generic TProps class.

Implementation

@override
_$$_Dummy2Props typedPropsFactory(Map? backingMap) =>
    _$$_Dummy2Props(backingMap);