SettingsHeadOffice constructor

const SettingsHeadOffice({
  1. required AccountSupportAddress address,
})

head_office_param

The place where your business is located.

Implementation

const SettingsHeadOffice({required this.address});