BMFTime class
此类代表一个时间段,每个属性都是一个时间段。
Constructors
- BMFTime({int dates, int hours, int minutes, int seconds})
- 有参构造
- BMFTime.fromMap(Map map)
- map => BMFTime
Properties
- dates ↔ int
-
时间段,单位(天)
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hours ↔ int
-
时间段,单位(小时)
read / write
- minutes ↔ int
-
时间段,单位(分)
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- seconds ↔ int
-
时间段,单位(秒)
read / write
Methods
-
fromMap(
Map map) → dynamic - map -> dynamic
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toMap(
) → Map< String, Object> - model -> map
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited