toJson method

  1. @override
Map<String, Object?> toJson()
override

Returns a JSON-serializable representation of this object.

@returns A JSON-serializable representation of this object.

Implementation

@override
Map<String, Object?> toJson() {
  return {...super.toJson(), 'totpInfo': <String, dynamic>{}};
}