OtherInfo constructor

OtherInfo({
  1. Coordination? coordination,
})

Implementation

OtherInfo({
  this.coordination,
});