googleMapsJointTypes constant

List<JointType> const googleMapsJointTypes

Implementation

static const List<googleMaps.JointType> googleMapsJointTypes = const [
  googleMaps.JointType.mitered,
  googleMaps.JointType.bevel,
  googleMaps.JointType.round,
];