BoardLocation class
The container that the board is located in.
Constructors
Properties
- avatarUri → String?
- 
  
  final
- displayName → String?
- 
  
  final
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- name → String?
- 
  
  final
- projectId → int?
- 
  
  final
- projectKey → String?
- 
  
  final
- projectName → String?
- 
  
  final
- projectTypeKey → String?
- 
  
  final
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- userAccountId → String?
- 
  
  final
- userId → int?
- 
  
  final
Methods
- 
  copyWith({int? projectId, int? userId, String? userAccountId, String? displayName, String? projectName, String? projectKey, String? projectTypeKey, String? avatarUri, String? name}) → BoardLocation 
- 
  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