ImportState constructor
ImportState([
- void b()?
Creates a new ImportState object using the builder pattern.
Implementation
factory ImportState([void Function(ImportStateBuilder)? b]) = _$ImportState;
Creates a new ImportState object using the builder pattern.
factory ImportState([void Function(ImportStateBuilder)? b]) = _$ImportState;