EnrollError constructor

EnrollError({
  1. required String errorString,
})

Constructor for EnrollError that requires an errorString.

Implementation

EnrollError({required this.errorString});