NotificationInsertV2Body class

Available extensions
Annotations

Constructors

NotificationInsertV2Body({String? dealerId, int? deviceId, String? type, String? message, int? timeCreated, DateTime? dateTime, String? serialNumber, String? displayName, bool? isUnRead, bool? isDeleted, DateTime? dateCreated})
const
NotificationInsertV2Body.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 NotificationInsertV2Body Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(NotificationInsertV2Body instance)