ErrorCollector typedef
Paired result from collectErrors: a ContainerOptions whose
errorHandler appends every error into errors.
Implementation
typedef ErrorCollector = ({
ContainerOptions options,
List<ArmatureError> errors,
});
Paired result from collectErrors: a ContainerOptions whose
errorHandler appends every error into errors.
typedef ErrorCollector = ({
ContainerOptions options,
List<ArmatureError> errors,
});