EventParam class
Additional information about an Event.
Can be automatically generated by client SDKs or provided directly by the developer. Next ID to use: 7
Constructors
-
EventParam({double? doubleValue, double? floatValue, String? intValue, String? name, List<
EventParam> ? paramValue, String? stringValue}) - EventParam.fromJson(Map _json)
Properties
- doubleValue ↔ double?
-
getter/setter pair
- floatValue ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- intValue ↔ String?
-
getter/setter pair
- name ↔ String?
-
The name of the event param.
getter/setter pair
-
paramValue
↔ List<
EventParam> ? -
List of EventParams.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringValue ↔ String?
-
getter/setter pair
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