toEntity method Null safety
- Domain domain
override
By default ....
Implementation
@override
Entity toEntity(Domain domain) {
throw UnimplementedError("no se ha implementado"); //todo: implement
}
By default ....
@override
Entity toEntity(Domain domain) {
throw UnimplementedError("no se ha implementado"); //todo: implement
}