PropertyBuilder class

Constructors

PropertyBuilder({required String name, required String type, required bool isPrivate, String? defaultValue, PropertyBuilderJsonConverter jsonConverter = defaultPropertyBuilderJsonConverter})
const

Properties

argumentName String
no setter
defaultValue String?
final
fieldName String
no setter
hashCode int
The hash code for this object.
no setterinherited
isPrivate bool
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
final

Methods

buildConstructorInitializers({bool nullSafety = true}) List<String>
buildConstructorParameter({bool nullSafety = true}) String
buildField({bool nullSafety = true}) String
jsonConverter(String value) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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