FastAppInfoBlocEvent.init constructor

const FastAppInfoBlocEvent.init(
  1. FastAppInfoDocument payload
)

Implementation

const FastAppInfoBlocEvent.init(FastAppInfoDocument payload)
    : super(type: FastAppInfoBlocEventType.init, payload: payload);