CompanyTapInfo constructor

CompanyTapInfo(
  1. String permalink,
  2. ScreenPoint screenPoint
)

Implementation

factory CompanyTapInfo(
        core.String permalink, mapkit_screen_types.ScreenPoint screenPoint) =>
    CompanyTapInfoImpl(permalink, screenPoint);