copyWith property

Implementation

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