VmpGroupStubDto constructor
VmpGroupStubDto({
- required String id,
- String? code,
- SamTextDto? name,
- String? productId,
Returns a new VmpGroupStubDto instance.
Implementation
VmpGroupStubDto({
required this.id,
this.code,
this.name,
this.productId,
});