MatexCountryBlocEventPayload class

Represents a payload for the MatexCountryBlocEvent.

This class holds data related to a list of MatexCountryMetadata and an optional JSON data string.

Constructors

MatexCountryBlocEventPayload({List<MatexCountryMetadata>? countries, String? jsonData})
Creates an instance of the MatexCountryBlocEventPayload.

Properties

countries List<MatexCountryMetadata>?
A list of metadata related to countries.
final
hashCode int
The hash code for this object.
no setterinherited
jsonData String?
A JSON formatted string representing data.
final
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