companyName property

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

The name of the company.

Implementation

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