ProfileFailure constructor

const ProfileFailure({
  1. @required String? error,
})

Implementation

const ProfileFailure({@required this.error});