TelephonyInfo.fromJson constructor

TelephonyInfo.fromJson(
  1. String source
)

Implementation

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