copyWith property

Implementation

CopyWith$Input$BadgeInput<Input$BadgeInput> get copyWith =>
    CopyWith$Input$BadgeInput(
      this,
      (i) => i,
    );