validateFormat method

bool validateFormat()

Validates that all authorizations in the batch are properly formatted.

Implementation

bool validateFormat() {
  return _authorizations.every(_isValidFormat);
}