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