RefreshSecretRow constructor

const RefreshSecretRow({
  1. required String userId,
  2. required String refresh,
  3. required String access,
})

Implementation

const RefreshSecretRow({
  required this.userId,
  required this.refresh,
  required this.access,
});