AndroidDeviceInfo.fromJson constructor

AndroidDeviceInfo.fromJson(
  1. String source
)

fromJson is the method to convert the json to the android device information.

Implementation

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