toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
      'profileid': profileid,
      'profilename': profilename,
      'pgratting': pgratting,
      'picture': picture,
      'kidsmode': kidsmode,
      'gender': gender,
      'dob': dob,
      'age': age,
      'profilepin': profilepin,
      'created': created,
    };