EnhancedTagModel class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- EnhancedTagModel.new({required String id, dynamic tagTypeCode, required String startTime, dynamic endTime, required DateTime startDay, dynamic endDay, dynamic comment, dynamic customName})
-
const
-
EnhancedTagModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- comment → dynamic
-
final
- customName → dynamic
-
final
- endDay → dynamic
-
final
- endTime → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- id → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startDay → DateTime
-
final
- startTime → String
-
final
- tagTypeCode → dynamic
-
final
Methods
-
copyWith(
{String? id, dynamic tagTypeCode, String? startTime, dynamic endTime, DateTime? startDay, dynamic endDay, dynamic comment, dynamic customName}) → EnhancedTagModel -
Available on EnhancedTagModel, provided by the $EnhancedTagModelExtension extension
-
copyWithWrapped(
{Wrapped< String> ? id, Wrapped? tagTypeCode, Wrapped<String> ? startTime, Wrapped? endTime, Wrapped<DateTime> ? startDay, Wrapped? endDay, Wrapped? comment, Wrapped? customName}) → EnhancedTagModel -
Available on EnhancedTagModel, provided by the $EnhancedTagModelExtension 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 ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const EnhancedTagModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(EnhancedTagModel instance)