name_ property

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

The file name of the certificate. For example, mycert.

Implementation

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