toSimple method Null safety
override
returns a simple, json compatible representation of the content
Implementation
@override
int toSimple() {
return value;
}
returns a simple, json compatible representation of the content
@override
int toSimple() {
return value;
}