UserFlow constructor

UserFlow({
  1. required String screenName,
  2. required DateTime timestamp,
})

Implementation

UserFlow({required this.screenName, required this.timestamp});