cursors property

Map<int, ScanCursor>? get cursors

Implementation

Map<int, ScanCursor>? get cursors => this._cursors;
set cursors (Map<int, ScanCursor>? cursors)

Implementation

set cursors(Map<int, ScanCursor>? cursors) {
  this._cursors = cursors;
}