RoomContainer class

Constructors

RoomContainer.new({required String id, required String image, required List<String> command, required List<String>? entrypoint, required Map<String, String> environment, required ParticipantInfo startedBy, Map<String, dynamic>? manifest})

Properties

command List<String>
final
entrypoint List<String>?
final
environment Map<String, String>
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
image String
final
manifest Map<String, dynamic>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startedBy ParticipantInfo
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

Operators

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

Static Methods

fromJson(Map<String, dynamic> json) RoomContainer