RequestModel class
Constructors
-
RequestModel.new({Map<String, dynamic>? parameters, dynamic data})
-
const
-
RequestModel.body({required dynamic data, Map<String, dynamic>? parameters, Map<String, dynamic>? headers})
-
const
-
RequestModel.create({Map<String, dynamic>? parameters, dynamic data})
-
const
-
RequestModel.query({required Map<String, dynamic>? parameters, })
-
const
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited