fromJson returns the DRMINFO from JSON.
factory DRMINFO.fromJson(String source) => DRMINFO.fromMap(json.decode(source));