setInput<T extends DomainInput> method
Implementation
@override
void setInput<T extends DomainInput>(T input) {
_entity = _entity.copyWith(value: 'success with input');
}
@override
void setInput<T extends DomainInput>(T input) {
_entity = _entity.copyWith(value: 'success with input');
}