QuickbooksCategory class
Quickbooks items categories
Constructors
- QuickbooksCategory({String? id, String? fullyQualifiedName, String? domain, String? name, String? syncToken, bool? sparse, bool? active})
- QuickbooksCategory.fromJson(String source)
-
factory
-
QuickbooksCategory.fromMap(Map<
String, dynamic> map) -
factory
Properties
- active ↔ bool?
-
getter/setter pair
- domain ↔ String?
-
getter/setter pair
- fullyQualifiedName ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- id ↔ String?
-
getter/setter pair
- name ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sparse ↔ bool?
-
getter/setter pair
- syncToken ↔ String?
-
getter/setter pair
Methods
-
copyWith(
{String? id, String? fullyQualifiedName, String? domain, String? name, String? syncToken, bool? sparse, bool? active}) → QuickbooksCategory -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toMap(
{bool withId = true}) → Map< String, dynamic> -
If
withId
is true, will send the id in the map -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override