ClientInformation.fromJson constructor

ClientInformation.fromJson(
  1. String source
)

Implementation

factory ClientInformation.fromJson(String source) =>
    ClientInformation._fromMap(json.decode(source));