AppcastItem class

Constructors

AppcastItem.new({dynamic releaseNotes, DateTime? date, required Version version, String? displayVersionString, OS? os, String? minimumSystemVersion, String? maximumSystemVersion, required List<Map<String, dynamic>> installersConfig})
AppcastItem.fromJson(Map<String, dynamic> json)
factory

Properties

date DateTime?
final
displayVersionString String?
final
hashCode int
The hash code for this object.
no setterinherited
installersConfig List<Map<String, dynamic>>
no setter
maximumSystemVersion String?
final
minimumSystemVersion String?
final
os OS?
final
releaseNotes → dynamic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version Version
final

Methods

isSupportingHost() 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 <=(AppcastItem item) bool
operator ==(Object other) bool
The equality operator.
inherited
operator >(AppcastItem item) bool