OCClassDeclaration constructor
OCClassDeclaration({})
Implementation
OCClassDeclaration(
{this.className = '',
this.parentClass = '',
this.properties = const [],
this.isInterface = false,
this.isProtocol = false,
this.hasExtension = false,
this.extensionName = '',
this.instanceMethods = const [],
this.classMethods = const [],
int depth = 0})
: super(depth);