PTStopInfo.fromParameters constructor

PTStopInfo.fromParameters(
  1. SearchableParameterList paramList
)

Implementation

factory PTStopInfo.fromParameters(SearchableParameterList paramList) {
  final stopInfo = PTStopInfo();
  stopInfo._build(paramList);
  return stopInfo;
}