NotificationInsertV3Body class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- NotificationInsertV3Body({String? dealerId, int? deviceId, String? type, String? message, int? timeCreated, DateTime? dateTime, String? serialNumber, String? displayName, bool? isUnRead, bool? isDeleted, DateTime? dateCreated})
-
const
-
NotificationInsertV3Body.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dateCreated → DateTime?
-
final
- dateTime → DateTime?
-
final
- dealerId → String?
-
final
- deviceId → int?
-
final
- displayName → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- isDeleted → bool?
-
final
- isUnRead → bool?
-
final
- message → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serialNumber → String?
-
final
- timeCreated → int?
-
final
- type → String?
-
final
Methods
-
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 NotificationInsertV3Body Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(NotificationInsertV3Body instance)