appleMapsJointTypes constant

List<JointType> const appleMapsJointTypes

Implementation

static const List<appleMaps.JointType> appleMapsJointTypes = const [
  appleMaps.JointType.mitered,
  appleMaps.JointType.bevel,
  appleMaps.JointType.round,
];