ProfileState constructor

const ProfileState({
  1. AuthUser? user,
  2. bool isLoading = false,
  3. String? error,
})

Implementation

const ProfileState({this.user, this.isLoading = false, this.error});