value property

dynamic value
@DocsEditable(), @DomName('IDBCursorWithValue.value')

Implementation

@DomName('IDBCursorWithValue.value')
@DocsEditable()
dynamic get value => _convertNativeToDart_IDBAny(this._get_value);