Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
IDBKeyRange Interface Reference

import <dart.idl;

Static Public Member Functions

static IDBKeyRange only (any value)
 
static IDBKeyRange lowerBound (any bound, [DartForceOptional] optional boolean open)
 
static IDBKeyRange upperBound (any bound, [DartForceOptional] optional boolean open)
 
static IDBKeyRange bound (any lower, any upper, [DartForceOptional] optional boolean lowerOpen, [DartForceOptional] optional boolean upperOpen)
 

Detailed Description

Definition at line 274 of file dart.idl.

Member Function Documentation

◆ bound()

static IDBKeyRange IDBKeyRange::bound ( any  lower,
any  upper,
[DartForceOptional] optional boolean  lowerOpen,
[DartForceOptional] optional boolean  upperOpen 
)
staticbound

◆ lowerBound()

static IDBKeyRange IDBKeyRange::lowerBound ( any  bound,
[DartForceOptional] optional boolean  open 
)
static

◆ only()

static IDBKeyRange IDBKeyRange::only ( any  value)
static

◆ upperBound()

static IDBKeyRange IDBKeyRange::upperBound ( any  bound,
[DartForceOptional] optional boolean  open 
)
static

The documentation for this interface was generated from the following file: