toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "type": type,
  "nextType": nextType,
  "initToken": initToken,
  "token": token,
  "biometricDeviceUuid": biometricDeviceUuid,
  "biometricSecretKey": biometricSecretKey,
  "serverUnixtime": serverUnixtime,
};