VtmDto constructor
VtmDto({
- int? from,
- int? to,
- String? code,
- SamTextDto? name,
Returns a new VtmDto instance.
Implementation
VtmDto({
this.from,
this.to,
this.code,
this.name,
});