BuiltLibrarySearchResult class final

A built library discovered in a platform-specific or legacy flat layout.

Constructors

BuiltLibrarySearchResult(File file, bool isFlatFallback)

Properties

file File
The discovered native library.
final
hashCode int
The hash code for this object.
no setterinherited
isFlatFallback bool
Whether the file came from the legacy flat layout.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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