IncidentUpdate class

Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

IncidentUpdate({String? description, IncidentUpdateStatus? status, DateTime? updatedDate})
IncidentUpdate.fromJson(Map<String, dynamic> json)
factory

Properties

description String?
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status IncidentUpdateStatus?
final
updatedDate DateTime?
final

Methods

copyWith({String? description, IncidentUpdateStatus? status, DateTime? updatedDate}) IncidentUpdate

Available on IncidentUpdate, provided by the $IncidentUpdateExtension extension

copyWithWrapped({Wrapped<String?>? description, Wrapped<IncidentUpdateStatus?>? status, Wrapped<DateTime?>? updatedDate}) IncidentUpdate

Available on IncidentUpdate, provided by the $IncidentUpdateExtension 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 IncidentUpdate Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(IncidentUpdate instance)