CustomResourceSubresourceStatus.fromJson constructor
Creates a CustomResourceSubresourceStatus from JSON data.
Implementation
factory CustomResourceSubresourceStatus.fromJson(Map<String, dynamic> json) {
return CustomResourceSubresourceStatus();
}