SearchResultItem class

Constructors

SearchResultItem({required String id, required String name, required String department, required String necessary_documents, required String office, required String price_of_service_and_payment_method, required String service_delivery_deadline, required String service_id})
SearchResultItem.fromJson(Map<String, dynamic> json)
factory

Properties

department String
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
necessary_documents String
final
office String
final
price_of_service_and_payment_method String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service_delivery_deadline String
final
service_id String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited