stellar_flutter_sdk
stellar_flutter_sdk
EventFilter
EventFilter constructor
EventFilter
EventFilter
constructor
Null safety
EventFilter
(
{
String
?
type
,
List
<
String
>
?
contractIds
,
List
<
TopicFilter
>
?
topics
}
)
Implementation
EventFilter({this.type, this.contractIds, this.topics});
stellar_flutter_sdk
stellar_flutter_sdk
EventFilter
EventFilter constructor
EventFilter class
Constructors
EventFilter
Properties
contractIds
hashCode
runtimeType
topics
type
Methods
getRequestArgs
noSuchMethod
toString
Operators
operator ==