AccountTakeout constructor

const AccountTakeout({
  1. required int id,
})

Account Takeout constructor.

Implementation

const AccountTakeout({required this.id}) : super._();