DartDeclaration constructor
      
      DartDeclaration({ 
    
    
- JsonKeyMutate? jsonKey,
- String? type,
- String? name,
- String? assignment,
Implementation
DartDeclaration({
  this.jsonKey,
  this.type,
  this.name,
  this.assignment,
}) {
  keyComands = Commands.keyComands;
  valueCommands = Commands.valueCommands;
  jsonKey = JsonKeyMutate();
}