DetailRequestCode class

Constructors

DetailRequestCode({String desc = "", String route = "", Map<String, dynamic> params = const {}, String body = "", Map<String, dynamic> header = const {}, String access = "", String requestType = "", String methodNameInFile = ""})

Properties

access String
getter/setter pair
body String
getter/setter pair
desc String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
getter/setter pair
methodNameInFile String
getter/setter pair
params Map<String, dynamic>
getter/setter pair
requestType String
getter/setter pair
route String
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
toString() String
A string representation of this object.
inherited

Operators

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