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