$HttpStatusSource class

Inheritance

Constructors

$HttpStatusSource()

Properties

fileSource → File?
finalinherited
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
stringSource → String?
finalinherited
uri → Uri
A package, dart, or file URI
finalinherited

Methods

load(DiagnosticMode diagnosticMode) → DartCompilationUnit
Load the source code from the filesystem or a String and parse it (internally using parseString from the Dart analyzer) into an AST
inherited
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