CourierUserPreferencesTopic class

Constructors

CourierUserPreferencesTopic.new({required CourierUserPreferencesStatus defaultStatus, required bool hasCustomRouting, required List<CourierUserPreferencesChannel> customRouting, required CourierUserPreferencesStatus status, required String topicId, required String topicName, required String sectionName, required String sectionId})
CourierUserPreferencesTopic.fromJson(Map<String, dynamic> json)
factory

Properties

customRouting List<CourierUserPreferencesChannel>
final
defaultStatus CourierUserPreferencesStatus
final
hasCustomRouting bool
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionId String
final
sectionName String
final
status CourierUserPreferencesStatus
final
topicId String
final
topicName String
final

Methods

isEqual(CourierUserPreferencesTopic topic) bool
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.
inherited

Operators

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