toJSONString method

String toJSONString()

Implementation

String toJSONString() => jsonEncode({
  'id': id,
  'name': name,
  'email': email,
  'picture': picture,
  'address': address,
});