RohdFormatInfo class

Availability status for a single source format.

Constructors

RohdFormatInfo({required bool available, bool fileFound = false, String? path})
Creates availability information for a source format.
const

Properties

available bool
At least one source frame exists for this format in the FLC data.
final
fileFound bool
The source file was found on disk (checked by the extension host). May be false even when available is true if the file was deleted or the path is stale.
final
hashCode int
The hash code for this object.
no setterinherited
path String?
Resolved absolute path to the file, if known.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usable bool
A format is usable when the FLC data says it exists AND the file was found. Callers may also choose to show the option when available is true but fileFound is false (degraded / missing-file indication).
no setter

Methods

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