Android.fromJson constructor
Android.fromJson(
- String source
fromJson is the json representation of the android.
Implementation
factory Android.fromJson(String source) =>
Android.fromMap(json.decode(source));