notAfter property

  1. @BuiltValueField.new(wireName: r'notAfter')
DateTime? get notAfter

The date when the certificate stops to be valid.

Implementation

@BuiltValueField(wireName: r'notAfter')
DateTime? get notAfter;