BMFTime class

此类代表一个时间段,每个属性都是一个时间段。

Constructors

BMFTime({int? dates, int? hours, int? minutes, int? seconds})
有参构造
BMFTime.fromMap(Map map)
map => BMFTime

Properties

dates ↔ int?
时间段,单位(天)
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
hours ↔ int?
时间段,单位(小时)
getter/setter pair
minutes ↔ int?
时间段,单位(分)
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
seconds ↔ int?
时间段,单位(秒)
getter/setter pair

Methods

fromMap(Map map) → dynamic
map -> dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, Object?>
model -> map
toString() → String
A string representation of this object.
inherited

Operators

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