RegistrationRequestDTO class

Implemented types

Constructors

RegistrationRequestDTO({required String hostname, required String domain, required String smId, required String diagram, required List<String> children})
RegistrationRequestDTO.fromJson(String source)
factory
RegistrationRequestDTO.fromMap(Map<String, dynamic> map)
factory

Properties

children List<String>
Set of state machine ids representing the regions of the state machine.
final
diagram String
Diagram representing a state machine that visualization server will render for connecting viewers in the browsers.
final
domain String
domain is to distinguish between processes on the same client machine by the visualization server. It is better than using pid that always changes thus makes impossible to simply (and automatically)
final
hashCode int
The hash code for this object.
no setterinherited
hostname String
hostname to distinguish between machines in visualization server.
final
name String
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smId String
State machine identifier unique for a client process.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
override
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

sName → const String