RPCUnSubscribe constructor
RPCUnSubscribe({
- List<
StreamParameter> ? streams, - List<
UnsubscribeBook> ? books, - List<
String> ? accounts, - List<
String> ? accountProposed,
Implementation
RPCUnSubscribe({
this.streams,
this.books,
this.accounts,
this.accountProposed,
});