log method
Implementation
String log() {
// ignore: prefer_interpolation_to_compose_strings
return '${'Title: ' + title.value + '\nid: ' + id + '\nvalue: ' + value.value + '\ntypeInput: ' + typeInput.name}\nkeyType: $keyType';
}
String log() {
// ignore: prefer_interpolation_to_compose_strings
return '${'Title: ' + title.value + '\nid: ' + id + '\nvalue: ' + value.value + '\ntypeInput: ' + typeInput.name}\nkeyType: $keyType';
}