toMap method

Map<String, dynamic> toMap()

Implementation

Map<String, dynamic> toMap() => {
			'pk': pk,
			'username': username,
			'full_name': fullName,
			'profile_pic_url': profilePicUrl,
		};