Condition constructor

Condition({
  1. required String? userId,
})

Implementation

Condition({required this.userId});