toCodeStubDto method
CodeStubDto
toCodeStubDto()
Implementation
CodeStubDto toCodeStubDto() => CodeStubDto(
id: this.id,
type: this.type,
code: this.code,
version: this.version,
);
CodeStubDto toCodeStubDto() => CodeStubDto(
id: this.id,
type: this.type,
code: this.code,
version: this.version,
);