toJson method

Map<String, dynamic> toJson()

Implementation

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