AssetsGroup constructor
AssetsGroup({})
Returns a new AssetsGroup instance.
Implementation
AssetsGroup({
required this.id,
required this.groupUUId,
required this.name,
this.orgId,
this.parentId,
this.createdAt,
this.updatedAt,
this.plant = const [],
});