toPropertyTypeStubDto method

PropertyTypeStubDto toPropertyTypeStubDto()

Implementation

PropertyTypeStubDto toPropertyTypeStubDto() => PropertyTypeStubDto(
identifier: this.identifier,
type: this.type?.toPropertyTypeStubDtoType(),
    );