refactor: remove reference to the FIELD class

This commit is contained in:
Victor Berchet
2015-03-11 16:45:36 +01:00
parent fde7e9e898
commit 7322ed721e
11 changed files with 9 additions and 20 deletions

View File

@ -10,11 +10,6 @@ class Math {
static double random() => _random.nextDouble();
}
class FIELD {
final String definition;
const FIELD(this.definition);
}
class CONST {
const CONST();
}