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