ValidationNotifiable constructor

ValidationNotifiable()

Implementation

ValidationNotifiable() {
  _notifications = <ValidationNotification>[];
}