JMSingle.fromJson constructor

JMSingle.fromJson(
  1. Map json
)

Implementation

JMSingle.fromJson(Map<dynamic, dynamic> json)
    : username = json['username'],
      appKey = json['appKey'];