declaration property

String declaration

Implementation

String get declaration {
  return '@override\nfinal ${this.type.typeRepr} ${this.name};';
}