BaiduChannelRequest class
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Constructors
- BaiduChannelRequest({required String apiKey, required String secretKey, bool? enabled})
Properties
- apiKey → String
-
The API key that you received from the Baidu Cloud Push service to
communicate with the service.
final
- enabled → bool?
-
Specifies whether to enable the Baidu channel for the application.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secretKey → String
-
The secret key that you received from the Baidu Cloud Push service to
communicate with the service.
final
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