HtmlPlatformMediumModelTrigger typedef

HtmlPlatformMediumModelTrigger = dynamic Function(List<HtmlPlatformMediumModel?> list)

Implementation

typedef HtmlPlatformMediumModelTrigger = Function(
    List<HtmlPlatformMediumModel?> list);