OperatorListQueryResponse constructor Null safety

OperatorListQueryResponse(
  1. {required List<User> operators,
  2. String? next}
)

Implementation

OperatorListQueryResponse({required this.operators, this.next});