MapLoadedState constructor

const MapLoadedState(
  1. {@required Set polylines,
  2. @required Set markers}
)

Implementation

const MapLoadedState({@required this.polylines, @required this.markers});