companyName property

String? companyName

Implementation

String? get companyName {
  return company?.name;
}