DownloadKeyRet class

Download Key Ret

Inheritance

Constructors

DownloadKeyRet({String? tdk, String? tpk})
Constructor SyncKeyBuild

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tdk String?
TDK
final
tpk String?
TPK
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Ret convert to Json Map
override
toRawJson() String
to json String
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) → dynamic
from json map
fromRawJson(String rawData) DownloadKeyRet
from json string