SecretValue constructor

const SecretValue({
  1. required String id,
})

Implementation

const SecretValue({required this.id});