authResToJson function

String authResToJson(
  1. AuthRes data
)

Implementation

String authResToJson(AuthRes data) => json.encode(data.toJson());