FieldDj class

Inheritance
Annotations
  • @JsonSerializable()

Constructors

FieldDj({dynamic descriptionDj, String? name, String? dataType, String? safeDataType, List<String>? safetyDescription, bool? isFinal = true, bool? isRequired = true, bool? isOptional = false, bool? superOnly = false, bool? isStatic = false, String? defaultValue, DataTypeDj? defaultValueDj, CodePartDjType codePartDjType = CodePartDjType.Field})
FieldDj.fromJson(Map<String, dynamic> json)
factory

Properties

appliedDataType String
no setter
codePartDjType CodePartDjType
finalinherited
dataType String?
final
defaultValue String?
final
defaultValueDj DataTypeDj?
final
descriptionDj String?
finalinherited
getDefaultValue String
no setter
hasDefaultValue bool
no setter
hashCode int
The hash code for this object.
no setterinherited
isFinal bool?
final
isOptional bool?
final
isPrivate bool
no setter
isRequired bool?
final
isStatic bool?
final
name String?
final
parseAsType String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeDataType String?
final
safetyDescription List<String>?
final
superOnly 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

Static Properties

shouldIgnoreParameter CheckParameterIgnore?
getter/setter pair