FBLogEventCommand class
A class representing a custom event to be logged to the Meta App Ads SDK.
Properties:
eventName
: A string specifying the name of the custom event.eventParameters
: A map containing key-value (string, string) pairs representing additional parameters associated with the event.
Constructors
-
FBLogEventCommand({required String eventName, required Map<
String, String> eventParameters})
Properties
- eventName → String
-
final
-
eventParameters
→ Map<
String, String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited