FieldResultFree<T> constructor
FieldResultFree<T> (})
Implementation
FieldResultFree(
this.field, {
this.success = true,
this.failed = false,
this.error = '',
List? errors,
this.errorHtml = '',
this.valid = '',
this.value,
this.parsedValue,
}) {
this.errors = errors ?? [];
}