RequestInfo class

Requests for one application that needs default SQL setup.

Constructors

RequestInfo({List<String>? appDeveloperEmail, String? appKey, String? numberOfRequests})
RequestInfo.fromJson(Map _json)

Properties

appDeveloperEmail List<String>?
List of app developers who triggered notifications for above application.
getter/setter pair
appKey String?
The application that requires the SQL setup.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
numberOfRequests String?
Number of requests sent for this application to set up default SQL instance.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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