IdScreenState constructor

const IdScreenState({
  1. @Default.new(false) bool isLoading,
  2. String? message,
  3. XFile? image,
  4. IdResult? result,
})

Implementation

const factory IdScreenState({
  @Default(false) bool isLoading,
  String? message,
  XFile? image,
  IdResult? result,
}) = _IdScreenState;