terminalsWithErrors property
- @BuiltValueField.new(wireName: r'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;