WebApiLogicAppFuncDepartmentDefaultActivities class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
Properties
- facilities → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- labor → bool?
-
final
- miscellaneous → bool?
-
final
- rental → bool?
-
final
- rentalSale → bool?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sales → bool?
-
final
- transportation → bool?
-
final
Methods
-
copyWith(
{bool? facilities, bool? labor, bool? miscellaneous, bool? rental, bool? sales, bool? transportation, bool? rentalSale}) → WebApiLogicAppFuncDepartmentDefaultActivities -
Available on WebApiLogicAppFuncDepartmentDefaultActivities, provided by the $WebApiLogicAppFuncDepartmentDefaultActivitiesExtension extension
-
copyWithWrapped(
{Wrapped< bool?> ? facilities, Wrapped<bool?> ? labor, Wrapped<bool?> ? miscellaneous, Wrapped<bool?> ? rental, Wrapped<bool?> ? sales, Wrapped<bool?> ? transportation, Wrapped<bool?> ? rentalSale}) → WebApiLogicAppFuncDepartmentDefaultActivities -
Available on WebApiLogicAppFuncDepartmentDefaultActivities, provided by the $WebApiLogicAppFuncDepartmentDefaultActivitiesExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const WebApiLogicAppFuncDepartmentDefaultActivities Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiLogicAppFuncDepartmentDefaultActivities instance)