WeiBoAuthEntry class

Constructors

WeiBoAuthEntry.new({required String appKey, required String appSecret, String? redirectUrl})

Properties

appKey String
新浪微博app key
final
appSecret String
新浪微博app secret
final
hashCode int
The hash code for this object.
no setterinherited
redirectUrl String?
新浪微博结果回调地址
final
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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