UseCase constructor

const UseCase([
  1. String? value
])

Creates a UseCase annotation

value - Optional name for the use case component

Implementation

const UseCase([super.value]);