Resource constructor
Resource({
- required ResourceTypeEnum? type,
- String? id,
- String? name,
- String? orgID,
- String? org,
Returns a new Resource instance.
Implementation
Resource({
required this.type,
this.id,
this.name,
this.orgID,
this.org,
});