getBase64IfModified method

String? getBase64IfModified()

Implementation

String? getBase64IfModified() => isModified() ? getBase64() : null;