AllowlistedCertificate.fromJson constructor
AllowlistedCertificate.fromJson(
- Map json_
Implementation
AllowlistedCertificate.fromJson(core.Map json_)
: this(
pemCertificate: json_.containsKey('pemCertificate')
? json_['pemCertificate'] as core.String
: null,
);