sasTypes property

List<String> sasTypes

Implementation

List<String> get sasTypes {
  if (_method is _KeyVerificationMethodSas) {
    return (_method as _KeyVerificationMethodSas).authenticationTypes ?? [];
  }
  return [];
}