factory PinpointDestination.fromJson(Map<String, dynamic> json) { return PinpointDestination( applicationArn: json['ApplicationArn'] as String?, ); }