toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final certificateAuthorityArnList = this.certificateAuthorityArnList;
  return {
    if (certificateAuthorityArnList != null)
      'certificateAuthorityArnList': certificateAuthorityArnList,
  };
}