SignUpInfo.fromJson constructor

SignUpInfo.fromJson(
  1. Map json_
)

Implementation

SignUpInfo.fromJson(core.Map json_)
  : this(classId: json_['classId'] as core.String?);