AccountTakeout constructor
const
AccountTakeout({
- required int id,
Account Takeout constructor.
Implementation
const AccountTakeout({required this.id}) : super._();
Account Takeout constructor.
const AccountTakeout({required this.id}) : super._();