DLPBasicData class

DLPBasicData structure for basic data (used for team, group, task, etc.).

Annotations
  • @freezed

Constructors

DLPBasicData({@JsonKey(name: 'uuid') required String uuid, @JsonKey(name: 'number') required int number, @JsonKey(name: 'name') required String name, @JsonKey(name: 'description') required String description})
const
factory
DLPBasicData.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $DLPBasicDataCopyWith<DLPBasicData>
no setterinherited
description String
.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
name String
.
no setterinherited
number int
.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
.
no setterinherited

Methods

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

Operators

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