PhoneInfo.fromJson constructor

PhoneInfo.fromJson(
  1. String source
)

Implementation

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