TransAppSelectedInfo.fromJson constructor

TransAppSelectedInfo.fromJson(
  1. String source
)

Generate an object from the JSON

Implementation

factory TransAppSelectedInfo.fromJson(String source) =>
    TransAppSelectedInfo.fromMap(json.decode(source) as Map<String, dynamic>);