ConnectOfflineFirstWithGraphql 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
- ConnectOfflineFirstWithGraphql({GraphqlSerializable? graphqlConfig, SqliteSerializable? sqliteConfig})
- 
          Creates a new ConnectOfflineFirstWithGraphql instance.
            const
Properties
- graphqlConfig → GraphqlSerializable?
- 
  Configuration for the GraphqlSerializableannotationfinal
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 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() → ConnectOfflineFirstWithGraphql 
- 
  Returns a new ConnectOfflineFirstWithGraphql instance with fields equal to the
corresponding values in this, if notnull.
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- defaults → const ConnectOfflineFirstWithGraphql
- An instance of ConnectOfflineFirstWithGraphql with all fields set to their default values.