ConnectOfflineFirstWithRest class

An annotation used to specify a class to generate code for.

Clones the annotated class to two files for processing by their respective builders

Constructors

ConnectOfflineFirstWithRest({RestSerializable? restConfig, SqliteSerializable? sqliteConfig})
Creates a new ConnectOfflineFirstWithRest instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
restConfig → RestSerializable?
Configuration for the RestSerializable annotation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sqliteConfig → SqliteSerializable?
Configuration for the SqliteSerializable annotation
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withDefaults() ConnectOfflineFirstWithRest
Returns a new ConnectOfflineFirstWithRest instance with fields equal to the corresponding values in this, if not null.

Operators

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

Constants

defaults → const ConnectOfflineFirstWithRest
An instance of ConnectOfflineFirstWithRest with all fields set to their default values.