WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceType class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
-
WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceType({String? spaceTypeId, String? spaceType, String? spaceTypeClassification, String? facilityTypeId, String? facilityType, String? rateId, String? rateICode, String? rateDescription, String? rateUnitId, String? rateUnit, String? color, bool? whiteText, int? orderBy, bool? nonBillable, bool? forReportsOnly, bool? addToDescription, bool? inactive, String? dateStamp, String? auditNote, String? recordTitle, List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) -
WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceType.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addToDescription → bool?
-
final
- auditNote → String?
-
final
- color → String?
-
final
-
custom
→ List<
FwStandardDataFwCustomValue> ? -
final
- dateStamp → String?
-
final
-
defaultFieldAttributes
→ List<
FwStandardDataFwDefaultAttribute> ? -
final
- facilityType → String?
-
final
- facilityTypeId → String?
-
final
-
fields
→ List<
FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? -
final
- forReportsOnly → bool?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- inactive → bool?
-
final
- nonBillable → bool?
-
final
- orderBy → int?
-
final
- rateDescription → String?
-
final
- rateICode → String?
-
final
- rateId → String?
-
final
- rateUnit → String?
-
final
- rateUnitId → String?
-
final
- recordTitle → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spaceType → String?
-
final
- spaceTypeClassification → String?
-
final
- spaceTypeId → String?
-
final
-
translation
→ List<
FwStandardDataFwTranslatedValue> ? -
final
- whiteText → bool?
-
final
Methods
-
copyWith(
{String? spaceTypeId, String? spaceType, String? spaceTypeClassification, String? facilityTypeId, String? facilityType, String? rateId, String? rateICode, String? rateDescription, String? rateUnitId, String? rateUnit, String? color, bool? whiteText, int? orderBy, bool? nonBillable, bool? forReportsOnly, bool? addToDescription, bool? inactive, String? dateStamp, String? auditNote, String? recordTitle, List< FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ? fields, List<FwStandardDataFwCustomValue> ? custom, List<FwStandardDataFwDefaultAttribute> ? defaultFieldAttributes, List<FwStandardDataFwTranslatedValue> ? translation}) → WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceType -
Available on WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceType, provided by the $WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceTypeExtension extension
-
copyWithWrapped(
{Wrapped< String?> ? spaceTypeId, Wrapped<String?> ? spaceType, Wrapped<String?> ? spaceTypeClassification, Wrapped<String?> ? facilityTypeId, Wrapped<String?> ? facilityType, Wrapped<String?> ? rateId, Wrapped<String?> ? rateICode, Wrapped<String?> ? rateDescription, Wrapped<String?> ? rateUnitId, Wrapped<String?> ? rateUnit, Wrapped<String?> ? color, Wrapped<bool?> ? whiteText, Wrapped<int?> ? orderBy, Wrapped<bool?> ? nonBillable, Wrapped<bool?> ? forReportsOnly, Wrapped<bool?> ? addToDescription, Wrapped<bool?> ? inactive, Wrapped<String?> ? dateStamp, Wrapped<String?> ? auditNote, Wrapped<String?> ? recordTitle, Wrapped<List< ? fields, Wrapped<FwStandardBusinessLogicFwBusinessLogicFieldDefinition> ?>List< ? custom, Wrapped<FwStandardDataFwCustomValue> ?>List< ? defaultFieldAttributes, Wrapped<FwStandardDataFwDefaultAttribute> ?>List< ? translation}) → WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceTypeFwStandardDataFwTranslatedValue> ?> -
Available on WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceType, provided by the $WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceTypeExtension 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 WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceType Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(WebApiModulesSettingsFacilitySettingsSpaceTypeSpaceType instance)