AppSecretList constructor

AppSecretList({
  1. required int total,
  2. required List<AppSecret> secrets,
})

Implementation

AppSecretList({
  required this.total,
  required this.secrets,
});