InitResult constructor
const
InitResult({})
Constructs an instance of InitResult.
Implementation
const InitResult({
required this.complete,
this.error,
this.stackTrace,
this.showsError = true,
this.errorMessage,
});