CodeStubDto constructor
CodeStubDto({})
Returns a new CodeStubDto instance.
Implementation
CodeStubDto({
this.id,
this.context,
this.type,
this.code,
this.version,
this.label = const {},
});
Returns a new CodeStubDto instance.
CodeStubDto({
this.id,
this.context,
this.type,
this.code,
this.version,
this.label = const {},
});