typedPropsFactory method

  1. @toBeGenerated
TProps typedPropsFactory(
  1. Map propsMap
)
inherited

Returns a typed props object backed by the specified propsMap. Required to properly instantiate the generic TProps class.

Implementation

@toBeGenerated
TProps typedPropsFactory(Map propsMap) => throw UngeneratedError(member: #typedPropsFactory);