UserConversion extension

Extension adding models construction from an UserMixin.

on

Methods

toDto() DtoUser

Available on UserMixin, provided by the UserConversion extension

Constructs a new DtoUser from this UserMixin.
toModel() User

Available on UserMixin, provided by the UserConversion extension

Constructs a new User from this UserMixin.