phase3: nullfix field-formal field-nullable handler. 907 -> 872
This commit is contained in:
@@ -10,7 +10,7 @@ import '../../utils/utils.dart';
|
||||
|
||||
class MobileSetPassword extends StatefulWidget {
|
||||
final String mobile;
|
||||
final String code;
|
||||
final String? code;
|
||||
|
||||
const MobileSetPassword(this.mobile, {Key? key, this.code}) : super(key: key);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user