copyWithBodyDeclaration method

String copyWithBodyDeclaration()

Implementation

String copyWithBodyDeclaration() {
  return '$name: $name ?? this.$name';
}