RegisterError constructor

const RegisterError(
  1. String message
)

Implementation

const factory RegisterError(final String message) = _$RegisterErrorImpl;