Params class

Annotations

Constructors

Params({String accessToken, String jwtToken, void success(dynamic ststus), void error(dynamic ststus)})
factory

Properties

accessToken String
传递的参数
no setter
error → void Function(dynamic ststus)
传递方法 需要使用allowInterop 包裹
no setter
hashCode int
The hash code for this object.
no setterinherited
jwtToken String
传递的参数
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
success → void Function(dynamic ststus)
传递方法 需要使用allowInterop 包裹
no setter

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