Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
RouteStopEntity Class Reference

Private Member Functions

 RouteStopModel ({ required super.arrivalTime, super.finishTime, required super.locationId, required super.locationName, })
Map< String, dynamic > toJson ()
factory RouteStopModel fromJson (Map< String, dynamic > json)
 RouteStopEntity ({ required this.arrivalTime, this.finishTime, required this.locationId, required this.locationName, })

Static Private Member Functions

static RouteStopModel fromEntity (RouteStopEntity entity)

Private Attributes

final String arrivalTime
final String finishTime
final String locationId
final String locationName

Detailed Description

Definition at line 3 of file res_create_routing_model.dart.

Constructor & Destructor Documentation

◆ RouteStopEntity()

RouteStopEntity::RouteStopEntity ( { required this.arrivalTime, this.finishTime, required this.locationId, required this.locationName, } )
private
Here is the caller graph for this function:

Member Function Documentation

◆ fromEntity()

RouteStopModel RouteStopEntity::fromEntity ( RouteStopEntity entity)
inlinestaticprivate

Definition at line 29 of file res_create_routing_model.dart.

Here is the call graph for this function:

◆ fromJson()

factory RouteStopModel RouteStopEntity::fromJson ( Map< String, dynamic > json)
inlineprivate

Definition at line 20 of file res_create_routing_model.dart.

Here is the call graph for this function:

◆ RouteStopModel()

RouteStopEntity::RouteStopModel ( { required super.arrivalTime, super.finishTime, required super.locationId, required super.locationName, } )
private
Here is the caller graph for this function:

◆ toJson()

Map< String, dynamic > RouteStopEntity::toJson ( )
inlineprivate

Definition at line 11 of file res_create_routing_model.dart.

Member Data Documentation

◆ arrivalTime

final String RouteStopEntity::arrivalTime
private

Definition at line 2 of file res_create_routing_entity.dart.

◆ finishTime

final String RouteStopEntity::finishTime
private

Definition at line 3 of file res_create_routing_entity.dart.

◆ locationId

final String RouteStopEntity::locationId
private

Definition at line 4 of file res_create_routing_entity.dart.

◆ locationName

final String RouteStopEntity::locationName
private

Definition at line 5 of file res_create_routing_entity.dart.


The documentation for this class was generated from the following files: