DataReaderItem class
Constructors
- DataReaderItem.new({required DataReaderItemHandle handle})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAvailableFormats(
) → Future< List< String> > -
getDataForFormat(
String format) → (Future< Object?> , ReadProgress) -
getSuggestedName(
) → Future< String?> -
getVirtualFileReceiver(
{required String format}) → Future< VirtualFileReceiver?> -
isSynthesized(
String format) → Future< bool> -
isVirtual(
String format) → Future< bool> -
When
true
the content can be received through getVirtualFileReceiver. On macOS and Windows if isVirtual istrue
the content can only be received through getVirtualFileReceiver - getDataForFormat will returnnull
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited