ImportState constructor

ImportState([
  1. void b(
    1. ImportStateBuilder
    )?
])

Creates a new ImportState object using the builder pattern.

Implementation

factory ImportState([void Function(ImportStateBuilder)? b]) = _$ImportState;