BuildInfoData class

A class that holds build date and time and installation date and time.

Constructors

BuildInfoData({DateTime? buildDate, DateTime? installDate})
Constructs with a DateTime.
BuildInfoData.fromMillisecondsSinceEpoch({int? buildDate, int? installDate, bool isUtc = false})
Constructs a new BuildInfoData instance with the given millisecondsSinceEpoch.
factory

Properties

buildDate DateTime?
Build date and time.
final
hashCode int
The hash code for this object.
no setteroverride
installDate DateTime?
Installation date and time.
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.
override

Operators

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