XrayInt32Range constructor

const XrayInt32Range({
  1. required int left,
  2. required int right,
})

Implementation

const factory XrayInt32Range({required int left, required int right}) =
    _XrayInt32Range;