PHVersion class

App version

Constructors

PHVersion({required String appVersion, required String buildNumber, int? sdkInt})
PHVersion.fromCodecMessage(Map<String, dynamic> message)
factory

Properties

appVersion String
App version e.g 1.0.0
final
buildNumber String
App build number e.g 101
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkInt int?
SDK int (Android only)
final

Methods

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