dart fix
This commit is contained in:
@@ -18,7 +18,7 @@ enum CategoryColor {
|
||||
final String hex;
|
||||
|
||||
name() {
|
||||
return this.toString().split('.').last;
|
||||
return toString().split('.').last;
|
||||
}
|
||||
|
||||
backgroundColor() {
|
||||
|
||||
Reference in New Issue
Block a user