compoundCode property

  1. @BuiltValueField(wireName: r'compound_code')
String? compoundCode

The compound_code is a 6 character or longer local code with an explicit location (CWC8+R9, Mountain View, CA, USA). Some APIs may return an empty string if the compound_code is not available.

Implementation

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