terminalsWithErrors property

  1. @BuiltValueField.new(wireName: r'terminalsWithErrors')
BuiltMap<String, BuiltList<String>>? get terminalsWithErrors

The validation errors that occurred in the list of terminals, and for each error the IDs of the terminals that the error applies to.

Implementation

@BuiltValueField(wireName: r'terminalsWithErrors')
BuiltMap<String, BuiltList<String>>? get terminalsWithErrors;