Dependency class

Constructors

Dependency({String id = '', String repository = '', String licenseType = '', String licenseContent = '', String publisher = '', String currentVersion = '', String version = '', bool supportsAndroid = false, bool supportsIOS = false, bool supportsMacOS = false, bool supportsWindows = false, bool supportsLinux = false, bool supportsWeb = false})

Properties

currentVersion String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String
getter/setter pair
licenseContent String
getter/setter pair
licenseType String
getter/setter pair
publisher String
getter/setter pair
repository String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsAndroid bool
getter/setter pair
supportsIOS bool
getter/setter pair
supportsLinux bool
getter/setter pair
supportsMacOS bool
getter/setter pair
supportsWeb bool
getter/setter pair
supportsWindows bool
getter/setter pair
version String
getter/setter pair

Methods

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

Operators

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