copyWith method

AccountTtl copyWith({
  1. int? days,
})

Implementation

AccountTtl copyWith({int? days}) => AccountTtl(days: days ?? this.days);