BoardConfigBean class

Properties

columnConfig BoardConfigBeanColumnConfig?
final
estimation BoardConfigBeanEstimation?
final
filter BoardConfigBeanFilter?
final
hashCode int
The hash code for this object.
no setterinherited
id int?
final
location BoardConfigBeanLocation?
final
name String?
final
ranking BoardConfigBeanRanking?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
self String?
final
subQuery BoardConfigBeanSubQuery?
final
type String?
final

Methods

copyWith({int? id, String? name, String? type, String? self, BoardConfigBeanLocation? location, BoardConfigBeanFilter? filter, BoardConfigBeanSubQuery? subQuery, BoardConfigBeanColumnConfig? columnConfig, BoardConfigBeanEstimation? estimation, BoardConfigBeanRanking? ranking}) BoardConfigBean
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