unwrap static method

Marker unwrap(
  1. PopupSpec popupSpec
)

A convenience method for extracting the marker from a PopupSpec. Particularly handy for lists e.g. popupSpecs.map(PopupSpec.unwrap).

Implementation

static Marker unwrap(PopupSpec popupSpec) => popupSpec.marker;