StatusDTO class

Annotations
  • @JsonSerializable(createToJson: false)

Constructors

StatusDTO({required int id, String? maintenanceStatus, String? incidentSeverity, List<ContentDTO>? titles, List<UpdateDTO>? updates, String? createdAt, String? archiveAt, String? updatedAt, List<String>? platforms})
const
StatusDTO.fromJson(Map<String, dynamic> json)
factory

Properties

archiveAt String?
final
createdAt String?
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
incidentSeverity String?
final
maintenanceStatus String?
final
platforms List<String>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
titles List<ContentDTO>?
final
updatedAt String?
final
updates List<UpdateDTO>?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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