name_ property

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

Name of the field. For example, Name of External Platform.

Implementation

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