lowerBound_ method Null safety

  1. @JSName('lowerBound')
KeyRange lowerBound_(
  1. Object bound,
  2. [bool? open]
)
@JSName('lowerBound')

Implementation

@JSName('lowerBound')
static KeyRange lowerBound_(Object bound, [bool? open]) native;