AccountSetAccountTTL constructor

const AccountSetAccountTTL({
  1. required AccountDaysTTLBase ttl,
})

Account Set Account T T L constructor.

Implementation

const AccountSetAccountTTL({
  required this.ttl,
}) : super._();