MobileSessionInfo.fromJson constructor

MobileSessionInfo.fromJson(
  1. Map<String, dynamic> json
)

Implementation

MobileSessionInfo.fromJson(Map<String, dynamic> json)
    : fcmTokenTimestamp = json['fcmTokenTimestamp'];