SignUpInfo constructor

SignUpInfo({
  1. String? classId,
})

Implementation

SignUpInfo({
  this.classId,
});