toMap method
dynamic
toMap()
Implementation
toMap() {
Map<String, Object> result = {};
if (fitCamera != null) {
result["fitCamera"] = fitCamera!;
}
return result;
}
toMap() {
Map<String, Object> result = {};
if (fitCamera != null) {
result["fitCamera"] = fitCamera!;
}
return result;
}