ReedmaceConfig class

Available extensions
Annotations
  • @serializable

Constructors

ReedmaceConfig(ReedmaceStructure structure, DevSettings? dev)

Properties

dev DevSettings?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
structure ReedmaceStructure
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic f(ReedmaceConfigBuilder b)) ReedmaceConfig

Available on ReedmaceConfig, provided by the ReedmaceConfigDogsExtension extension

toBuilder() ReedmaceConfigBuilder

Available on ReedmaceConfig, provided by the ReedmaceConfigDogsExtension extension

toNative() Map<String, dynamic>

Available on ReedmaceConfig, provided by the ReedmaceConfigDogsExtension extension

toString() String
A string representation of this object.
inherited

Operators

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