Android.fromJson constructor

Android.fromJson(
  1. String source
)

fromJson is the json representation of the android.

Implementation

factory Android.fromJson(String source) =>
    Android.fromMap(json.decode(source));