EventService class Null safety Services

이벤트를 처리하는 싱글톤 서비스입니다. 팝업 이벤트나 리포트 카드 고정 이벤트 등 이벤트들을 fire하는 EventBus 객체를 여기에 정의합니다.

Constructors

EventService()
factory

Properties

eventBus EventBus
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
instanceId int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited