EnvInfoDto class

Inheritance
Available Extensions
Annotations

Constructors

EnvInfoDto({String libVersion, String pkgName, String envSign, String appVersion, String buildNumber, String platformName, String deviceUuid, String platformVersion, String platformVersionName, String model, bool isPhysicalDevice})
factory
EnvInfoDto.fromDomain(EnvInfo d)
factory
EnvInfoDto.fromJson(Map<String, dynamic> json)
factory

Properties

appVersion String
read-onlyinherited
buildNumber String
read-onlyinherited
copyWith $EnvInfoDtoCopyWith<EnvInfoDto>
read-onlyinherited
deviceUuid String
read-onlyinherited
envSign String
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
isPhysicalDevice bool
read-onlyinherited
libVersion String
read-onlyinherited
model String
read-onlyinherited
pkgName String
read-onlyinherited
platformName String
read-onlyinherited
platformVersion String
read-onlyinherited
platformVersionName String
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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