Coordinate constructor

const Coordinate({
  1. String id = '',
  2. bool show = true,
})

Implementation

const Coordinate({this.id = '', this.show = true});