ObbyEventLoggedIn constructor

const ObbyEventLoggedIn({
  1. required String account,
})

Implementation

const ObbyEventLoggedIn({
  required this.account,
});