BrowseService constructor

BrowseService(
  1. String accountId,
  2. String name,
  3. String code
)

Implementation

BrowseService(this.accountId, this.name, this.code);