ServicesDto class

Available extensions
Annotations
  • @TransferObject.new()

Constructors

ServicesDto({required Environment environment, required List<ServiceDto> services})

Properties

bean → TransferBean<ServicesDto>
no setterinherited
environment → Environment
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services List<ServiceDto>
final

Methods

copyWith({Environment? environment, List<ServiceDto>? services}) ServicesDto

Available on ServicesDto, provided by the ServicesDtoCopyExtension extension

getId() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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