getterName property

String getterName

Implementation

String get getterName {
  switch (type) {
    default:
      return 'value';
  }
}