Time class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
- Time({double? time})
-
Time.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{double? time}) → Time -
Available on Time, provided by the $TimeExtension extension
-
copyWithWrapped(
{Wrapped< double?> ? time}) → Time -
Available on Time, provided by the $TimeExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const Time Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Time instance)