AccountId constructor

const AccountId({
  1. required String id,
})

Implementation

const AccountId({required this.id});