data property

Map<String, dynamic>? data
getter/setter pair

Contains additional data returned by the API.

This is an optional field and may be null if no data is returned. For example, it could include details such as the OTP code or other relevant information from the API response.

Implementation

Map<String, dynamic>? data;