hasDrmKey static method

bool hasDrmKey(
  1. MobiData data
)

Implementation

static bool hasDrmKey(MobiData data) {
  return data.drm != null && data.drm?.key != null;
}