toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() => {
  "use_biometric": useBiometric,
  "use_device_biometric": useDeviceBiometric,
  "server_unixtime": serverUnixtime
};