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