CustomerRequestCreateMetaDTO class

Constructors

CustomerRequestCreateMetaDTO({bool? canAddRequestParticipants, bool? canRaiseOnBehalfOf, List<RequestTypeFieldDTO>? requestTypeFields})
CustomerRequestCreateMetaDTO.fromJson(Map<String, Object?> json)
factory

Properties

canAddRequestParticipants bool
Flag indicating if participants can be added to a request (true) or not.
final
canRaiseOnBehalfOf bool
Flag indicating if a request can be raised on behalf of another user (true) or not.
final
hashCode int
The hash code for this object.
no setterinherited
requestTypeFields List<RequestTypeFieldDTO>
List of the fields included in this request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({bool? canAddRequestParticipants, bool? canRaiseOnBehalfOf, List<RequestTypeFieldDTO>? requestTypeFields}) CustomerRequestCreateMetaDTO
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

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