userToMap function

String userToMap(
  1. User data
)

Implementation

String userToMap(User data) => json.encode(data.toMap());