ReedmaceStructure class

Available extensions
Annotations
  • @serializable

Constructors

ReedmaceStructure(String server, String sharedLibrary, String generatedClient, String application)

Properties

application String
final
generatedClient String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server String
final
sharedLibrary String
final

Methods

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

Available on ReedmaceStructure, provided by the ReedmaceStructureDogsExtension extension

toBuilder() ReedmaceStructureBuilder

Available on ReedmaceStructure, provided by the ReedmaceStructureDogsExtension extension

toNative() Map<String, dynamic>

Available on ReedmaceStructure, provided by the ReedmaceStructureDogsExtension extension

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

Operators

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