Board class

Details about a board.

Constructors

Board({int? id, String? self, String? name, String? type, Map<String, dynamic>? admins, BoardLocation? location, bool? canEdit, bool? isPrivate, bool? favourite})
Board.fromJson(Map<String, Object?> json)
factory

Properties

admins Map<String, dynamic>?
final
canEdit bool
Whether the board can be edited.
final
favourite bool
Whether the board is selected as a favorite.
final
hashCode int
The hash code for this object.
no setterinherited
id int?
The ID of the board.
final
isPrivate bool
Whether the board is private.
final
location BoardLocation?
The container that the board is located in.
final
name String?
The name of the board.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
The URL of the board.
final
type String?
The type the board.
final

Methods

copyWith({int? id, String? self, String? name, String? type, Map<String, dynamic>? admins, BoardLocation? location, bool? canEdit, bool? isPrivate, bool? favourite}) Board
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