import 'package:flutter_registration/src/model/auth_field.dart'; class AuthStep { AuthStep({ required this.fields, }); List fields; }