photoBase64 property
String
get
photoBase64
Implementation
String get photoBase64 {
if( photoFile!=null){
return base64Encode(photoFile!.readAsBytesSync());
}
return '';
}
String get photoBase64 {
if( photoFile!=null){
return base64Encode(photoFile!.readAsBytesSync());
}
return '';
}