SicepatData class
- Inheritance
-
- Object
- JsonSchemeRaw
- SicepatData
Constructors
- SicepatData(Map rawData)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- kodeasal → Object?
-
no setter
- kodetujuan → Object?
-
no setter
- last_status → SicepatDataLastStatus
-
no setter
- manifested_img_path → Object?
-
no setter
- partner → String?
-
no setter
- perwakilan → String?
-
no setter
- pod_img_path → Object?
-
no setter
- POD_receiver → String?
-
no setter
- POD_receiver_time → String?
-
no setter
- pod_sigesit_img_path → String?
-
no setter
- pod_sign_img_path → Object?
-
no setter
- pop_img_path → Object?
-
no setter
- pop_sigesit_img_path → String?
-
no setter
- rawData ↔ Map
-
return original data json
getter/setter pairinherited
- realprice → int?
-
no setter
- receiver_address → String?
-
no setter
- receiver_name → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- send_date → String?
-
no setter
- sender → String?
-
no setter
- sender_address → String?
-
no setter
- service → String?
-
no setter
- special_type → String?
-
no setter
- totalprice → int?
-
no setter
-
track_history
→ List<
SicepatDataTrackHistory> -
no setter
- waybill_number → String?
-
no setter
- weight → int?
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map -
return original data json
inherited
-
toMap(
) → Map -
return original data json
inherited
-
toString(
) → String -
return string data encode json original data
inherited
-
toStringPretty(
) → String -
return string data encode json original data
inherited
-
utils_filter_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys(
List keys) → Map -
return original data json
inherited
-
utils_remove_by_keys_void(
List keys) → void -
inherited
-
utils_remove_by_values(
List values) → Map -
return original data json
inherited
-
utils_remove_by_values_void(
List values) → void -
return original data json
inherited
-
utils_remove_values_null(
) → Map -
return original data json
inherited
-
utils_remove_values_null_void(
) → void -
return original data json
inherited
Operators
-
operator *(
dynamic value) → dynamic -
operator map data
inherited
-
operator +(
Map value) → Map -
operator map data
inherited
-
operator -(
List values) → Map -
return original data json
inherited
-
operator /(
dynamic value) → dynamic -
operator map data
inherited
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic key) → dynamic -
operator map data
inherited
-
operator []=(
dynamic key, dynamic value) → void -
operator map data
inherited
Static Properties
- defaultData → Map
-
no setter
Static Methods
-
create(
{String special_type = "sicepatData", String? waybill_number, Object? kodeasal, Object? kodetujuan, String? service, int? weight, String? partner, String? sender, String? sender_address, String? receiver_address, String? receiver_name, int? realprice, int? totalprice, String? POD_receiver, String? POD_receiver_time, String? send_date, List< SicepatDataTrackHistory> ? track_history, SicepatDataLastStatus? last_status, String? perwakilan, String? pop_sigesit_img_path, String? pod_sigesit_img_path, Object? pod_sign_img_path, Object? pod_img_path, Object? pop_img_path, Object? manifested_img_path}) → SicepatData -
return original data json
override