AccountDaysTTL constructor

const AccountDaysTTL({
  1. required int days,
})

Account Days T T L constructor.

Implementation

const AccountDaysTTL({required this.days}) : super._();