fromMap method

Destinations fromMap(
  1. Map<String, dynamic> map
)

Implementation

p3.Destinations fromMap(Map<String, dynamic> map) => p3.Destinations(screenDestination: Mapper.i.$getOpt(map, 'screenDestination') ?? const [], auxDestination: Mapper.i.$getOpt(map, 'auxDestination') ?? const []);