equals method

  1. @override
bool equals(
  1. Devices self,
  2. Devices other
)

Implementation

@override bool equals(p3.Devices self, p3.Devices other) => Mapper.isEqual(self.device, other.device);