UnitsForCaculate class

Constructors

UnitsForCaculate()

Properties

hashCode int
The hash code for this object.
no setterinherited
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.
inherited

Operators

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

Static Methods

caculateSign(Map<String, dynamic> parameter, String accessKeySecret) String
transformNormalDate([String? date, int type = 1]) String
特殊日期格式转换正常日期格式 date : 2020-08-09T21:54:55.000+0000 或时间戳(毫秒) type === 1 ? '2020-08-09 21:54:55' : '2020-08-09'