MixableFieldDto class

An annotation class used to specify a mixable field DTO for code generation.

The MixableFieldDto annotation is used to provide options for generating a mixable field. It allows specifying the type of the generated field.

Constructors

MixableFieldDto({Object? type})
Creates a new instance of MixableFieldDto with the specified type.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Object?
The type of the generated field.
final
typeAsString String?
Returns the string representation of the type.
no setter

Methods

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