AISubtitle constructor

const AISubtitle({
  1. Key? key,
  2. required String userId,
})

Implementation

const AISubtitle({
  super.key,
  required this.userId,
});