ClassDj class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

ClassDj({dynamic descriptionDj, String? name, String? baseName, List<FieldDj>? fields, bool? isExtends, bool? isImplements, bool jsonSerializable = false, List<CodePartDj>? functions, bool selfJsonSerialization = false, CodePartDjType codePartDjType = CodePartDjType.Class})
ClassDj.fromJson(Map<String, dynamic> json)
factory

Properties

baseName String?
final
codePartDjType CodePartDjType
finalinherited
descriptionDj String?
finalinherited
fields List<FieldDj>?
final
functions List<CodePartDj>?
final
hashCode int
The hash code for this object.
no setterinherited
isExtends bool?
final
isImplements bool?
final
jsonSerializable bool
final
name String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selfJsonSerialization bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCode() List<String>
override
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited