Business class
businessArea : "BusinessArea" tel : "1234567890" parkingType : "ParkingType" alias : "Alias" cost : 100 cPid : "CPid" openTimeToday : "9:00 AM - 6:00 PM" openTimeWeek : "Mon-Fri: 9:00 AM - 6:00 PM" tag : "Tag"
Constructors
Properties
- alias → String?
-
no setter
- businessArea → String?
-
no setter
- cost → String?
-
no setter
- cPid → String?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- openTimeToday → String?
-
no setter
- openTimeWeek → String?
-
no setter
- parkingType → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tag → String?
-
no setter
- tel → String?
-
no setter
Methods
-
copyWith(
{String? businessArea, String? tel, String? parkingType, String? alias, String? cost, String? cPid, String? openTimeToday, String? openTimeWeek, String? tag}) → Business -
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited