AuthOutcome constructor

const AuthOutcome({
  1. required String uid,
})

Implementation

const AuthOutcome({required this.uid});