VersionsMetadata class

Constructors

VersionsMetadata({required String? flutter, required String? widgetbook, required String cli, required String? generator, required String? annotation})

Properties

annotation String?
final
cli String
final
flutter String?
final
generator String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
widgetbook String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toHeaders() Map<String, String>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

from({required File lockFile, required String flutterVersionOutput}) Future<VersionsMetadata?>
Creates a VersionsMetadata instance from a lockFile and the output of flutter --version.