copyWith property

Implementation

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