Status class

Constructors

Status({required int id, required String name, required String color_code, required String description, required String created_at, required String updated_at, required String deleted_at})
Status.fromJson(String source)
factory
Status.fromMap(Map map)
factory

Properties

color_code String
final
created_at String
final
deleted_at String
final
description String
final
hashCode int
The hash code for this object.
no setteroverride
id int
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updated_at String
final

Methods

copyWith({int? id, String? name, String? color_code, String? description, String? created_at, String? updated_at, String? deleted_at}) Status
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(covariant Status other) bool
The equality operator.
override