DeleteContextRequest constructor

DeleteContextRequest({
  1. required String name,
  2. bool force = false,
  3. String etag = '',
})

Implementation

DeleteContextRequest({required this.name, this.force = false, this.etag = ''})
  : super(fullyQualifiedName);