SecretAuth constructor

const SecretAuth({
  1. required String secretName,
})

Implementation

const SecretAuth({required this.secretName});