Input$EmailTempVariablesCompanyInput constructor
Input$EmailTempVariablesCompanyInput({})
Implementation
factory Input$EmailTempVariablesCompanyInput({
String? name,
String? website,
String? phone,
String? address,
}) =>
Input$EmailTempVariablesCompanyInput._({
if (name != null) r'name': name,
if (website != null) r'website': website,
if (phone != null) r'phone': phone,
if (address != null) r'address': address,
});