XOffset$Response constructor

const XOffset$Response({
  1. int? xOffset,
})

Implementation

const XOffset$Response({
  this.xOffset,
});