toEntity method

User toEntity()

Implementation

User toEntity() =>
    User(id: id, username: username, email: email, password: password);