TransAppSelectedInfo.fromJson constructor
TransAppSelectedInfo.fromJson(
- String source
Generate an object from the JSON
Implementation
factory TransAppSelectedInfo.fromJson(String source) =>
TransAppSelectedInfo.fromMap(json.decode(source) as Map<String, dynamic>);