Instruction constructor

Instruction({
  1. required String instruction,
  2. required GeoPoint geoPoint,
})

Implementation

Instruction({
  required this.instruction,
  required this.geoPoint,
});