AccountLoadedAction constructor

AccountLoadedAction(
  1. User user
)

Implementation

AccountLoadedAction(this.user)
    : this.timestamp = DateTime.now().millisecondsSinceEpoch;