WorkStationDetails class

Annotations
  • @freezed

Constructors

WorkStationDetails({@JsonKey(name: 'Notifications') int? notifications, @JsonKey(name: 'Messages') int? messages, @JsonKey(name: 'Surveys') int? surveys, @JsonKey(name: 'Articles') int? articles, @JsonKey(name: 'ServiceRequests') int? serviceRequests})
factory
WorkStationDetails.fromJson(Map<String, dynamic> json)
factory
WorkStationDetails.initial()
factory

Properties

articles int?
no setterinherited
copyWith → $WorkStationDetailsCopyWith<WorkStationDetails>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
messages int?
no setterinherited
notifications int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceRequests int?
no setterinherited
surveys int?
no setterinherited

Methods

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

Operators

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