factory OpsItemNotification.fromJson(Map<String, dynamic> json) { return OpsItemNotification( arn: json['Arn'] as String?, ); }