OnlineOfflineModel class core

This class has a factory constructor that takes the object and returns the object, and also contains a function that converts the object into an object

Constructors

OnlineOfflineModel({String? domain, String? payload, String? status, String? time, String? uid})
OnlineOfflineModel.fromJson(Map<String, dynamic> json)
factory

Properties

domain String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payload String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String?
getter/setter pair
time String?
getter/setter pair
uid String?
getter/setter pair

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.
inherited

Operators

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