CreateSubAccountEntity constructor

CreateSubAccountEntity({
  1. String? message,
  2. List<SubAccountsEntity>? accounts,
})

Implementation

CreateSubAccountEntity({this.message, this.accounts});