company property

  1. @BuiltValueField.new(wireName: r'company')
String? get company

The name of the company.

Implementation

@BuiltValueField(wireName: r'company')
String? get company;