ViewChangedEvent constructor
ViewChangedEvent({
- Iterable<
IObservable< changes = const [],BaseEvent> > - required ViewStatus status,
- String? errorMessage,
- String? reason,
Implementation
ViewChangedEvent({
this.changes = const [],
required this.status,
this.errorMessage,
this.reason,
});