MesiboLocation constructor
MesiboLocation({})
Implementation
}class MesiboLocation extends MesiboLocationFlutter{MesiboLocation({super.latitude= 0.0,super.longitude= 0.0,super.speed= 0.0,super.distance= 0.0,super.accuracy= 0.0,super.ts= null}
);