static Camera fromString(String? value) { if (value == 'front') return Camera.front; return Camera.back; }