error property

  1. @Input()
String error
getter/setter pair

Error to be displayed.

Higher precedent than all other errors which may be on this input.

Implementation

@Input()
String error = '';