component property
Component from which the event is generated.
Implementation
@JsonKey(
name: r'component',
required: false,
includeIfNull: false
)
final String? component;
Component from which the event is generated.
@JsonKey(
name: r'component',
required: false,
includeIfNull: false
)
final String? component;